home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Battle Games
/
Best of Battle Games.iso
/
install.dat
< prev
next >
Wrap
Text File
|
1995-05-05
|
2KB
|
81 lines
/*
* INSTALL.DAT
*
* Project: Battle Action Games
* Version: V2.0
*
* This INSTALL.DAT was generated by hand
*/
@DefineProject
@Name = "BAG2"
@Version = "V2.0"
@OutDrive = C
@Subdir = "BAG_TMP"
@EndProject
@Display
@Cls
This program will now store information about your system
for later use when running this CD-ROM. You will be asked
several questions about your computer hardware.
Each question has a default answer. If the default answer is
correct, press the ENTER key in response to the question.
Otherwise, type the answer and then press the ENTER key.
If you make a mistake while typing, press the BACKSPACE key
and then retype the answer.
@Pause
@EndDisplay
@GetOutDrive
@Cls
What drive do you want to use for temporary information?
@EndOutDrive
@GetSubdir
@Cls
You can also specify a subdirectory where temporary information
for 'Battle Action Games', if you do not wish to use the default
subdirectory name. The subdirectory will be created by this
installation process, and will be recreated if necessary when
the CD-ROM is run later.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
@Finish
@MkDir("C:\\SVI_CONF")
@System "echo set svi_cd=@InDrive:> C:\\SVI_CONF\\SVI_BAG2.CFG"
@System "echo set svi_hd=@Outdrive:>> C:\\SVI_CONF\\SVI_BAG2.CFG"
@System "echo set svi_temp=@Subdir>> C:\\SVI_CONF\\SVI_BAG2.CFG"
@MkDir("@OutDrive:\\@SubDir")
Configuration information for 'Battle Action Games' has been stored
in the file SVI_BAG2.CFG in the directory C:\SVI_CONF. This information
will be used when you start this CD-ROM in the future.
@pause
@EndFinish
/* end-of-file */